All Questions
2 questions
4votes
1answer
270views
running UIAutomation script in many macs?
I could create and replay the following script very well in the mac I Use. var target = UIATarget.localTarget(); UIATarget.localTarget().delay(15); target.frontMostApp().mainWindow()....
0votes
1answer
55views
UIAutomation with custom navigationbar
I don't have the standard NavigationController nor a scrollView, TableView .... Once the application finish launching and after the appDelegate, it goes to UIViewController object. On the view of ...